home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 426-450 / disk_438 / menuc / examples / gad1.men < prev    next >
Text File  |  1992-05-06  |  420b  |  13 lines

  1. ;
  2. ; see s/MC s/MCLAsm s/MCAsm
  3. ;
  4. BOOL   Bool  10,12 40,20 1 3 10    ; extra param '10' is the GadgetID
  5. STRING String 10,50 100,9 1 2    ; all other IDs will be LastID + 1
  6. PROP Prop1 320,12 100,9 1 2    ; FREEHORIZ will be set automatically
  7. PROP Prop2 320,30 15,100 1 2    ; FREEVERT will be set automatically
  8. ;
  9. ; this gadget will be at the bottom of the window
  10. ; and will accept ONLY numeric data
  11. ;
  12. LONGINT Longint 160,150 100,9 1 2
  13.